[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
[SerializableAttribute] public class View |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class View |
Visual C++ |
---|
[SerializableAttribute] public ref class View |
The OrderedBag<(Of <T>)> generic type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Count |
Number of items in this view.
(Overrides CollectionBase<(Of <T>)>..::Count.) | |
Item |
Get the item by its index in the sorted order. The smallest item in the view has index 0,
the next smallest item has index 1, and the largest item has index Count-1.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<(Of <T>)>..::IsReadOnly | (Inherited from CollectionBase<(Of <T>)>.) | |
ICollection..::IsSynchronized |
Indicates whether the collection is synchronized.
(Inherited from CollectionBase<(Of <T>)>.) | |
ICollection..::SyncRoot |
Indicates the synchronization object for this collection.
(Inherited from CollectionBase<(Of <T>)>.) |
See Also
Wintellect.PowerCollections Namespace